PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFRadioButtonField Class / setChecked Method
True if the radio button is in the checked state; otherwise, false.
In This Topic
    setChecked Method
    In This Topic
    Sets a value indicating whether the radio button is in the checked state.
    Syntax
    public void setChecked( 
       boolean value
    )

    Parameters

    value
    True if the radio button is in the checked state; otherwise, false.
    See Also